home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / script.cst / 00017_ÅwÉXÉvÉâÉCÉgǝÉLÉÉÉXÉgèáÇ…ï-é¶ÅiÉãÅ[ÉvÅjÅBÅx.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  271 b   |  9 lines

  1. on ChangeSpAdd Num,StName,EndName
  2.   if the castNum of sprite Num = the number of cast EndName then
  3.     set the castNum of sprite Num = the number of cast StName
  4.   else
  5.     set the castNum of sprite Num = the castNum of sprite Num+1
  6.   end if
  7.   updateStage
  8. end ChangeSpAdd
  9.